home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- # invoke relaynews with appropriate options
-
- # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
- . ${NEWSCONFIG-/usr/lib/news/bin/config}
-
- PATH=$NEWSCTL/bin:$NEWSBIN/input:$NEWSBIN/relay:$NEWSBIN:$NEWSPATH ; export PATH
- umask $NEWSUMASK
-
- exec relaynews -r -n `staleness` $*
-